.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.cont {
  width: 1200px;
  margin: 0 auto;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l4 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l5 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l6 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

header .top {
  line-height: 30px;
  background-color: #f4f4f4;
}

header .top .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .top .cont span {
  color: #060909;
  font-size: 14px;
}

header .top .cont p {
  margin-left: auto;
  color: #060909;
  font-size: 14px;
}

header .top .cont p a {
  color: #060909;
  font-size: 14px;
  margin: 0 0.5em;
}

header .middle .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .middle .cont>img {
  width: 140px;
  height: 140px;
  margin-left: 14px;
}

header .middle .cont .contact {
  margin-left: auto;
  padding-left: 69px;
  background: url(../images/tel.png) no-repeat left center;
}

header .middle .cont .contact span {
  color: #060909;
  font-size: 16px;
  line-height: 1;
}

header .middle .cont .contact h3 {
  color: #0059b7;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5em;
}

header .nav {
  background-color: #0059b7;
}

header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .nav ul li {
  line-height: 50px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

header .nav ul li>a {
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: block;
}

header .nav ul li .drop_normal {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 50px;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

header .nav ul li .drop_normal a {
  display: block;
  line-height: 3;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  background-color: #1d54b5;
  padding: 0 1em;
  border-bottom: 1px solid #e5e5e5;
}

header .nav ul li .drop_normal a:last-child {
  border: none;
}

header .nav ul li .drop {
  position: fixed;
  display: none;
  z-index: 111111;
  top: 268px;
  left: 0;
  min-width: 100%;
  padding: 32px 0 20px;
  background-color: #fff;
}

header .nav ul li .drop .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  width: 1300px;
  justify-content: center;
}

header .nav ul li .drop .cont dl {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 12px;
}
header .nav ul li .drop .cont dl:nth-child(4n) {
  margin-right: 0;
}
header .nav ul li .drop .cont dl dt {
  border-bottom: 3px solid #233f98;
  padding-bottom: 1em;
  margin-bottom: 1em;
  line-height: 1;
}

header .nav ul li .drop .cont dl dt a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

header .nav ul li .drop .cont dl dt a:hover {
  color: #233f98;
}

header .nav ul li .drop .cont dl dd {
  line-height: 2;
}

header .nav ul li .drop .cont dl dd a {
  color: #333333;
  font-size: 14px;
  letter-spacing: -0.5px;
}

header .nav ul li .drop .cont dl dd a:hover {
  color: #233f98;
}

header .nav ul li.active {
  background-color: #d08913;
}

header .nav ul li:hover {
  background-color: #d08913;
}

.banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}

.banner .bd {
  position: relative;
  z-index: 0;
}

.banner .bd ul li img {
  width: 100%;
  vertical-align: top;
}

.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
  text-align: center;
  z-index: 1;
}

.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}

.banner .hd ul li {
  margin: 0 4px;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  background: rgba(255, 255, 255, 0.5);
}

.banner .hd ul li.on {
  background-color: #0059b7;
}
.search2 { position:relative;top:-2px;width:100%;height:50px; line-height:52px;    }
.keyword{width:736px;height:50px;float:left;clear: both;}
.keyword ul li{width:147px;height:50px;float:left;font-size: 16px;color:#464645;text-align: center;}
.search1{width:536px;height:50px;float:right;}
.search{ background:url(../images/searbg.png) no-repeat; width:274px;height:29px; margin:11px auto;}
.search input{width:149px;height:30px; border-top:1px solid #d0d0d0;border-left:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0; vertical-align:middle;padding-left:30px;color: #FFF; background:#fff; line-height:24px;margin-bottom: 23px;margin-right:-3px;color:#e7e7e7;background:url(../images/ss.jpg) no-repeat;background-size: 18% 100%;}
.search .button{width:45px; height:32px;  border:none; background:#0059b7;  cursor:pointer;color:#fff;text-align: center;}
/*.search .btn{ display:block; float:left; width:9px; height:9px; background-position:0 -102px; margin:9px 0 0;}
.search .btn input{ background:none; border:none}
.search .input{ float:left; height:24px; line-height:24px; width:124px; text-align:right; color:#0067c3; background:none; border:none}*/
.search3{width:1272px;height:50px;margin:0 auto;}
footer .top {
  background-color: #2c323c;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

footer .top .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .top .cont .back-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -28px;
  width: 56px;
  height: 56px;
  color: #333;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(183, 183, 183, 0.43);
  box-shadow: 1px 1px 10px 1px rgba(183, 183, 183, 0.43);
}

footer .top .cont .info .desc {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}

footer .top .cont .info .con {
  margin-top: 1em;
  color: rgba(255, 255, 255, 0.5);
}

footer .top .cont .info .con span {
  font-weight: bold;
}

footer .top .cont .wechat {
  margin-left: 70px;
  text-align: center;
}

footer .top .cont .wechat img {
  width: 146px;
  height: 146px;
  padding: 10px;
  background-color: #fff;
}

footer .top .cont .wechat p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1;
  margin-top: 1em;
}

footer .top .cont .forms {
  width: 460px;
  margin-left: auto;
}

footer .top .cont .forms form ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .top .cont .forms form ul li input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 1em;
  line-height: 40px;
  background: #2d3139;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.27);
}

footer .top .cont .forms form ul li input:nth-child(2) {
  margin-left: 16px;
}

footer .top .cont .forms form ul li textarea {
  width: 100%;
  padding: 0 1em;
  line-height: 40px;
  background: #2d3139;
  margin-top: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.27);
}

footer .top .cont .forms form button {
  width: 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-top: 16px;
  line-height: 42px;
  background-color: #0059b7;
}

footer .cr {
  background-color: #20242b;
  margin-top: auto;
  color: #d3d3d3;
  font-size: 18px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
}

footer .cr a {
  color: #fff;
  text-decoration: underline;
}